projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49105cd
)
($(BLD)/cmds.$(O)): Depend on frame.h.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 19 Dec 2009 11:58:11 +0000
(11:58 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 19 Dec 2009 11:58:11 +0000
(11:58 +0000)
src/ChangeLog
patch
|
blob
|
history
src/makefile.w32-in
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 873267fca49547595710d4e5a6d2864fac1c0a75..9a411f83afca7f80254513cdb9e42badc933d4d9 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
2009-12-19 Eli Zaretskii <eliz@gnu.org>
+ * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
+
Update dependencies in Makefile.in.
* Makefile.in (alloc.o): Depend on termhooks.h.
diff --git
a/src/makefile.w32-in
b/src/makefile.w32-in
index e5ebce9fc63924a5ec8b37b3d72e5347bdce3d3e..8a65baf4c2677d94dbbfe551dac8fd8bbc100895 100644
(file)
--- a/
src/makefile.w32-in
+++ b/
src/makefile.w32-in
@@
-506,6
+506,7
@@
$(BLD)/cmds.$(O) : \
$(SRC)/commands.h \
$(SRC)/composite.h \
$(SRC)/dispextern.h \
+ $(SRC)/frame.h \
$(SRC)/keyboard.h \
$(SRC)/keymap.h \
$(SRC)/syntax.h \